From 835010104c25c370c1def1f2de52f518058f8b46 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Thu, 23 Oct 2025 03:25:17 +0000 Subject: (임수민) 데이터룸 파일권한, 리디렉트 수정 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/files/[...path]/route.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/api/files/[...path]') diff --git a/app/api/files/[...path]/route.ts b/app/api/files/[...path]/route.ts index 8d736f80..83fe7ba2 100644 --- a/app/api/files/[...path]/route.ts +++ b/app/api/files/[...path]/route.ts @@ -53,7 +53,8 @@ const isAllowedPath = (requestedPath: string): boolean => { 'pq/vendor', 'information', 'general-contract-templates', - 'purchase-requests' + 'purchase-requests', + 'projects' ]; return allowedPaths.some(allowed => -- cgit v1.2.3